| Visual Basic (Declaration) | |
|---|---|
Public ReadOnly Property Busy As Boolean | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As ServiceStreamer(Of TStreamedData,TServiceState) Dim value As Boolean value = instance.Busy | |
| C# | |
|---|---|
public bool Busy {get;} | |
Property Value
true, if the ServiceStreamer<TStreamedData,TServiceState> is running a sreaming operation; otherwise, false.Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Copy Code